home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / MKManager.nib / data.classes next >
Encoding:
Text File  |  1993-01-23  |  375 b   |  26 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MKManager = {
  7.     ACTIONS = {
  8.     setFastResponse:;
  9.     setSamplingRate:;
  10.     setHeadRoom:;
  11.     setDeltaT:;
  12.     setTickPeriod:;
  13.     setBeatsPerMinute:;
  14.     };
  15.     OUTLETS = {
  16.     responseMatrix;
  17.     slider;
  18.     headRoomCell;
  19.     deltaTCell;
  20.     samplingRateMatrix;
  21.     beatsPerMinuteCell;
  22.     tickPeriodCell;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.